System.Pixel Function

Returns the color of a screen pixel (as a Color), specified in global coordinates. If the specified coordinates are not on any screen, then the color returned is black.

Syntax

result = System.Pixel( X, Y )

Parameters

X

Integer

Y

Integer

Return Value

Result

Color